| Package | Description |
|---|---|
| com.atid.lib.module.barcode.ssi.param |
| Modifier and Type | Method and Description |
|---|---|
SSI1DParamName |
SSI1DParamValue.getName()
Returns the type of parameter stored in the SSI1DParamValue instance.
|
static SSI1DParamName |
SSI1DParamName.valueOf(byte[] data,
int offset) |
static SSI1DParamName |
SSI1DParamName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSI1DParamName[] |
SSI1DParamName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SSI1DParamNameList.add(SSI1DParamName item)
Add parameter type to the SSI1DParamNameList instance.
|
boolean |
SSI1DParamNameList.add(SSI1DParamName[] items)
Add all the information for the SSI1DParamNameList instance.
|
boolean |
SSI1DParamValueList.add(SSI1DParamName name,
java.lang.Object value)
Add parameter information to the SSI1DParamValueList instance.
|
boolean |
SSI1DParamValue.equals(SSI1DParamName name)
Compare the type of parameter on the SSI1DParamValue instance.
|
SSI1DParamValue |
SSI1DParamValueList.getAt(SSI1DParamName name)
Returns the parameter information of the barcode module.
|
java.lang.Object |
SSI1DParamValueList.getValueAt(SSI1DParamName name)
Returns the parameter value of the SSI1DParamValueList.
|
| Constructor and Description |
|---|
SSI1DParamNameList(SSI1DParamName item)
Create an instance of the SSI1DParamNameList class.
|
SSI1DParamNameList(SSI1DParamName[] items)
Create an instance of the SSI1DParamNameList class.
|
SSI1DParamValue(SSI1DParamName name)
Create an instance of the SSI1DParamValue class.
|
SSI1DParamValue(SSI1DParamName name,
java.lang.Object value)
Create an instance of the SSI1DParamValue class.
|